projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f3b8ff
)
Icon_descr is the description, not the icon text. Duh!
author
robertl
<robertl>
Wed, 16 Oct 2002 05:36:27 +0000
(
05:36
+0000)
committer
robertl
<robertl>
Wed, 16 Oct 2002 05:36:27 +0000
(
05:36
+0000)
gpsutil.c
patch
|
blob
|
history
diff --git
a/gpsutil.c
b/gpsutil.c
index 79103d76388f7580dee43a30c4bf9f832323ba79..19e1a06e6a53a6438d6656032f752c5267eeb9db 100644
(file)
--- a/
gpsutil.c
+++ b/
gpsutil.c
@@
-70,8
+70,7
@@
data_read(void)
wpt_tmp->position.longitude.degrees = ilon + (lon - ilon)*(100.0/60.0);
ilat = (int)(lat);
wpt_tmp->position.latitude.degrees = ilat + (lat - ilat) * (100.0/60.0);
- wpt_tmp->icon_descr = xstrdup(icon);
-
+ wpt_tmp->icon_descr = mag_find_descr_from_token(icon);
waypt_add(wpt_tmp);
}
}